Welcome![Sign In][Sign Up]
Location:
Search - MFC ODBC

Search list

[Software EngineeringVC_examples

Description: 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“\13\MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“\13\KeyboardHook”目录下。 实例14-1:WinSock网络程序:聊天室。源代码在光盘中“\14\WinSocketChat”目录下。 实例14-2:利用MSComm控件进行串口数据传输。源代码在光盘中“\14\MSComm”目录下。 实例14-3:简单的WinInet应用程序。源代码在光盘中“\14\SimpleNet”目录下。 实例15-1:创建Access数据库。源代码在光盘的“\15\Info”中。 实例15-2:MFC的ODBC数据库实例。源代码在光盘中“\15\Enroll”目录下。 实例15-3:利用ADO查询并操作数据库实例。源代码在光盘中“\15\AdoTest”目录下。-InterfaceThread ControlThread ThreadCommu
Platform: | Size: 4390912 | Author: ajian | Hits:

[GUI Developswear

Description: 学生信息管理,基于MFC,SQL数据库,ODBC-xueshengxinxiguanlixitong
Platform: | Size: 196608 | Author: QQ | Hits:

[Database systemstudentApp

Description: VC++用ODBC方法链接Access数据库简单入门案例(MFC源码)-VC++ using ODBC link to Access database, a simple way Introduction to Case (MFC source)
Platform: | Size: 46080 | Author: 左唯 | Hits:

[Windows Developmfcodbc

Description: 簡易用mfc去編寫odbc 連結資料庫 簡易用mfc去編寫odbc 連結資料庫-Easy to prepare with mfc odbc connection to the database
Platform: | Size: 37888 | Author: show | Hits:

[Windows DevelopRestaurant_Management_System

Description: 基于VC++的餐厅管理系统,应用到了以MFC ODBC对数据库进行访问的技术。-Based on VC++ restaurant management system, applied to the MFC ODBC to access database technology.
Platform: | Size: 514048 | Author: 康越 | Hits:

[GUI DevelopMFCConnectODBC

Description: 本程序实现了使用MFC ODBC连接数据源,让大家可以连接数据库很方便-Implementation of this program to connect using the MFC ODBC data source, so that we can easily connect to the database
Platform: | Size: 53248 | Author: 东哥 | Hits:

[VC/MFCVC_jishuneimu(diwuban)

Description: 本书从对Windows、Visual C++和应用程序框架的技术性概述入手,讨论了下列课题:  基础知识——事件处理,GDI,对话框,内存管理,SDI口MDI,打印,以及帮助;高级课题——多线程,DIB,ODBC,DLL;ActiveX——创建文档对象和ActiveX控件,COM,自动化,使用支持COM的各种向导和编译器扩展;Internet的C++编程——Windows,MFC WinInet,以及为Microsoft Internet Information Server进行ISAPI扩展编程。 -This electronic book was originally created—and still may be purchased—as a print book. For simplicity, the electronic version of this book has been modified as little as possible from its original form. For instance, there may be occasional references to sample files that come with the book. These files are available with the print version, but are not provided in this electronic edition.
Platform: | Size: 7821312 | Author: feifei | Hits:

[ADO-ODBCOCG_card_viewer

Description: MFC ODBC编写的游戏王卡片查询器,算是作为一个数据库编程的参考-MFC ODBC queries written in the OCG card device can be regarded as a reference database programming ... ...
Platform: | Size: 4178944 | Author: 李遂彦 | Hits:

[ADO-ODBChomework

Description: 使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。-Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own.
Platform: | Size: 2112512 | Author: 一平 | Hits:

[Other DatabasesODBCMFC

Description: 本源码是利用mfc odbc 类 完成的具有报表功能的数据库应用程序,数据库为Access.-The source is the use of mfc odbc class reporting capabilities complete with a database application, the database is Access.
Platform: | Size: 77824 | Author: shiwenren | Hits:

[ADO-ODBCCommunication-recording

Description: 本实例目的是实现MFC ODBC数据库与Access数据表格之间的相互操作。包括用Visual C++中的MFC ODBC技术实现对Access数据表格的内容的显示、添加、修改和删除的功能。-This example aim is to realize MFC ODBC database and Access data form the interaction between the operation. Including the use of Visual c++ of MFC ODBC techniques to realize the contents of the form to Access data display, add, modify and delete function.
Platform: | Size: 13312 | Author: benson | Hits:

[VC/MFCDAOforDATA

Description: Microsoft Jet数据库引擎是一种数据管理组件,许多数据库工具都是基于它实现的,例如MFC DAO类、Microsoft Access,Microsoft Visual Basic以及一些Microsoft桌面数据库驱动程序。VC++在他的4.0版本之后增加了对数据库访问对象(DAO)的封装,即MFC的DAO类,使得数据库开发人员可以通过Microsoft Jet数据库引擎访问数据库。 MFC DAO类使用Microsoft Jet数据库引擎操作位于系统数据库和用户数据库中的数据,它与基于ODBC的MFC数据库类截然不同,DAO通过Microsoft Jet访问数据,而MFC的ODBC类通过ODBC和ODBC驱动程序操作数据。一般来说,在访问Microsoft Jet数据库引擎,基于DAO的MFC类比基于ODBC的MFC类处理能力更强大。 -7.1 DAO data access Microsoft Jet database engine is a data management component, and many database tools are based on its implementation, such as MFC DAO classes, Microsoft Access, Microsoft Visual Basic, and some Microsoft Desktop Database Drivers. VC++ 4.0 version after he added to the database access object (DAO) of the package, that is, the DAO MFC classes, making the database developers can access the database, Microsoft Jet database engine. MFC DAO classes use Microsoft Jet database engine operating on the system databases and user data in the database, it is with the MFC ODBC database classes based on different, DAO to access data through the Microsoft Jet, and MFC s ODBC classes through ODBC and ODBC drivers to manipulate the data . In general, access the Microsoft Jet database engine, based on the MFC DAO ODBC-based MFC class analog processing power more powerful.
Platform: | Size: 490496 | Author: snowolf | Hits:

[Education soft systemMFC-ODBC-

Description: 用于管理学生成绩,统计,查询,排序。代码较为简单,可以用于学生学习使用-Used to manage student achievement, statistics, inquires the, sort。The code is simple, and can be used for students to learn to use
Platform: | Size: 752640 | Author: 姬凯 | Hits:

[Education soft systemStudent-infomation-system

Description: 基于vc 6.0开发的一个学生信息管理系统,这是vc在进行ODBC MFC编程上的一个应用-Vc 6.0 on the development of a student information management system, which is in progress ODBC MFC vc on an application programming
Platform: | Size: 270336 | Author: xiaohan | Hits:

[Internet-Networkdata-ADO-ASD-ODBC

Description: 网络编程MFC关于 数据库的动态连接和文件处理相关程序-Network programming MFC dynamic link on the database and documentation procedures
Platform: | Size: 8770560 | Author: 阳勇 | Hits:

[ADO-ODBCvc-134

Description: vc 数据库编程 第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础 第5章:ODBC API编程第6章:MFC ODBC编程 第7章:DAO数据库编程第8章:OLE DB客户数据库编程第9章 ADO客户数据库编程第10章 开发ADO数据库组件-vc database programming  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based on Chapter 5: ODBC API programming in Chapter 6: MFC ODBC Programming Chapter 7: DAO Database Programming Chapter 8: OLE DB client ADO database programming Chapter 9 Chapter 10 of the customer database programming development ADO database components
Platform: | Size: 3543040 | Author: tu | Hits:

[Othermfc

Description: 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndirect SelectObject SetTextColor SetBkMode GetStockObject GetWindowText GetDlgCtrlID LoadString LoadCursor LoadLibrary CopyCursor FreeLibrary SetCursor DrawFocusRect GetParent CRect GetWindowRect CClientDC CFont SetRectEmpty DrawText ClientToScreen InflateRect ScreenToClient GetClientRect CSize GetSystemMetrics GetDlgItem CStatic FindResource LoadResource FreeResource SetWindowText IsIconic CPaintDC SendMessage DrawIcon
Platform: | Size: 3524608 | Author: 王婷 | Hits:

[ADO-ODBCODBCDatabase1

Description: vc 使用MFC ODBC连接数据源\ODBCDatabase1的源码-vc use CHtmlView class, achieve a similar IE web browser \ HtmlVIE source
Platform: | Size: 41984 | Author: 潘晨光 | Hits:

[ADO-ODBCODBCDatabase2

Description: vc 使用MFC ODBC查看、编辑数据源中表的数据\ODBCDatabase2的源码-vc using MFC ODBC view, edit table data source, data \ ODBCDatabase2 source
Platform: | Size: 49152 | Author: 潘晨光 | Hits:

[ADO-ODBCODBCDatabase1

Description: vc——使用MFC ODBC连接数据源\ODBCDatabase1-vc- Use MFC ODBC connection data source \ ODBCDatabase1
Platform: | Size: 83968 | Author: 凌百余 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »

CodeBus www.codebus.net